Also add build files for dependencies llvm/lib/ExecutionEngine/{Interpreter,Orc}
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/utils/gn/secondary/BUILD.gn | ||
---|---|---|
11 ↗ | (On Diff #179808) | You seem to be overriding the name of the target to match the name of the directory and then setting the output_name explicitly everywhere. Is there a reason why not to use the same approach here as well? |
llvm/utils/gn/secondary/BUILD.gn | ||
---|---|---|
11 ↗ | (On Diff #179808) | I do that for static_libraries but not for executables (other example I can think of: clang/tools/driver:clang). I can change it to use output_name here if you prefer. |