The path to the resource directory will end up being used in several
more places once the support for running check-hwasan lands. This
moves the definition to a central location so that it can be used
from those places.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 26832 Build 26831: arc lint + arc unit
Event Timeline
llvm/utils/gn/secondary/llvm/resource_dir.gni | ||
---|---|---|
3 | Shouldn't this be clang_resource_dir? clang/CMakeLists.txt defines this as CLANG_RESOURCE_DIR and so does clang/include/clang/Config/config.h, clang/lib/Driver/Driver.cpp and clang/lib/Frontend/CompilerInvocation.cpp. |
Comment Actions
- Rename to clang_resource_dir
llvm/utils/gn/secondary/llvm/resource_dir.gni | ||
---|---|---|
3 | Works for me, done. |
Shouldn't this be clang_resource_dir? clang/CMakeLists.txt defines this as CLANG_RESOURCE_DIR and so does clang/include/clang/Config/config.h, clang/lib/Driver/Driver.cpp and clang/lib/Frontend/CompilerInvocation.cpp.