jbush001 / NyuziToolchain

Port of LLVM/Clang C compiler to Nyuzi parallel processor architecture
Other
62 stars 28 forks source link

llvm-lit broken #99

Closed jbush001 closed 6 years ago

jbush001 commented 6 years ago

Must be related to addition of compiler-rt library. Using this in any existing directories dies:

llvm-lit: /Users/jeffbush/src/NyuziToolchain/utils/lit/lit/TestingConfig.py:101: fatal: unable to parse config file '/Users/jeffbush/src/NyuziToolchain/test/lit.cfg.py', traceback: Traceback (most recent call last):
  File "/Users/jeffbush/src/NyuziToolchain/utils/lit/lit/TestingConfig.py", line 88, in load_from_path
    exec(compile(data, path, 'exec'), cfg_globals, None)
  File "/Users/jeffbush/src/NyuziToolchain/test/lit.cfg.py", line 21, in <module>
    config.test_format = lit.formats.ShTest(not llvm_config.use_lit_shell)
AttributeError: 'NoneType' object has no attribute 'use_lit_shell'