steakhal wrote: @boomanaiden154 I tried to port the BUILD.gn files along with the rest. I used the following commands to test that my BUILD.gn files behave as expected. I've built clang and the unittests in 3 additional configurations: static, dynamic libs, and `LLVM_ENABLE_MODULES=ON` to make sure that the module map changes are also correct.
``` rm -rf out mkdir -p out/gn echo 'mac_use_commandline_tools_sdk = true' > out/gn/args.gn llvm/utils/gn/bin/mac-arm64/gn gen out/gn --dotfile=llvm/utils/gn/.gn --root=. # Build & run ninja -C out/gn ClangScalableAnalysisTests clang ``` https://github.com/llvm/llvm-project/pull/186156 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
