diff options
author | Aiden Grossman <aidengrossman@google.com> | 2025-08-25 14:55:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-25 14:55:28 -0700 |
commit | 769155912787941edd32f91ef9acd7493ba64f14 (patch) | |
tree | 6fd9c6ec9779af80e53970e572c0b492145a1078 /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | c6c48b45852a0e1dd61e3d69f541e1386b9debd2 (diff) | |
download | llvm-769155912787941edd32f91ef9acd7493ba64f14.zip llvm-769155912787941edd32f91ef9acd7493ba64f14.tar.gz llvm-769155912787941edd32f91ef9acd7493ba64f14.tar.bz2 |
[compiler-rt] Remove %T from shared object substitutions (#155302)
Given we are trying to deprecate %T and remove it, we also need to
remove it from the substitutions within compiler-rt. This is the last
remaining upstream user.
This slightly increases the complexity of using these substitutions
because now you need to create/cd into a %t.dir (specifically named
that) at the beginning of the directory, but I'm not sure that's more
knowledge than what was needed before to write a test using this
substitution. These tests also definitely were not race safe previously.
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions