This is an archive of the discontinued LLVM Phabricator instance.

[llvm-zorg] Flang and MLIR PowerPC buildbot; removed double quoting
ClosedPublic

Authored by zacharyselk on Aug 19 2020, 8:20 AM.

Details

Summary

Currently the -DLLVM_ENABLE_PROJECTS flag is not being parsed correctly
because of double quoting resulting in '-DLLVM_ENABLE_PROJECTS="mlir"'.
This commit changes zorg to generate -DLLVM_ENABLE_PROJECTS=mlir which
works properly.

Diff Detail