Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-23140

Webassembly: Support parsing more complex .emscripten file

    XMLWordPrintable

Details

    • Task
    • Resolution: Won't Do
    • Not Evaluated
    • None
    • Qt Creator 4.11.0-beta2
    • All Other Issues
    • None
    • WebAssembly

    Description

      The emscripten SDK compiler configuration file is a Python file that can come in two different flavors:

      1) The simple one which is generated by default when activating an installed emscripten SDK

      LLVM_ROOT = 'pathToEmsdk/clang/e1.38.27_64bit'
      [...]
      

      2) The more complex one which is generated when activating an installed emscripten SDK with the --embedded parameter.

      emsdk_path=os.path.dirname(os.environ.get('EM_CONFIG')).replace('\\', '/')
      LLVM_ROOT = '' + emsdk_path + '/clang/e1.38.27_64bit'
      [...]
      

      Qt Creator, so far supports 1), but needs to support 2) as-well.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              portale Alessandro Portale
              portale Alessandro Portale
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes