Some file paths use dots to pick up sources from parent directories.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Drive-by.
llvm/utils/gn/build/sync_source_lists_from_cmake.py | ||
---|---|---|
28 ↗ | (On Diff #195259) | \.? |
llvm/utils/gn/build/sync_source_lists_from_cmake.py | ||
---|---|---|
28 ↗ | (On Diff #195259) | My mistake, disregard. |
Comment Actions
Looks good, but I don't understand the CMake change.
compiler-rt/lib/sanitizer_common/CMakeLists.txt | ||
---|---|---|
122 ↗ | (On Diff #195259) | Are you intentionally removing this? |
compiler-rt/lib/sanitizer_common/CMakeLists.txt | ||
---|---|---|
122 ↗ | (On Diff #195259) | After the sync_source_lists_from_cmake.py change, this one is being flagged, but there are other headers like this one for other architectures, e.g. sanitizer_common_interceptors_vfork_x86_64.inc.S, none of which are listed in the CMake file, so I figured it's better to remove this one to make this file self-consistent. |
compiler-rt/lib/sanitizer_common/CMakeLists.txt | ||
---|---|---|
122 ↗ | (On Diff #195259) | Ok, looks like this file is included somewhere and removing it here shouldn't change the build. Maybe .S.inc would be a better name :) |