diff --git a/builders.py b/builders.py
index 661cefb..c348499 100644
--- a/builders.py
+++ b/builders.py
@@ -152,7 +152,7 @@ class Stage2Builder(base_builders.LLVMBuilder):
@property
def llvm_projects(self) -> Set[str]:
- proj = {'clang', 'lld', 'clang-tools-extra', 'polly', 'bolt'}
+ proj = {'clang', 'lld', 'clang-tools-extra', 'polly', 'bolt', 'flang', 'mlir'}
if self.build_lldb:
proj.add('lldb')
return proj
$ toolchain/llvm_android/build.py --no-build=lldb,windows --no-lto --skip-tests
...
/usr/local/google/home/pirama/work/llvm-toolchain/out/llvm-project/flang/lib/Decimal/decimal-to-binary.cpp:381:24: error: called object type 'float' is no
t a function or function pointer
381 | return {Real{HUGE()}};
| ~~~~^
1 error generated.
--
You received this message because you are subscribed to the Google Groups "android-llvm" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-llvm...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-llvm/f9087eb6-79ac-4ac8-b720-0b6d32762f94n%40googlegroups.com.