diff options
author | Fangrui Song <i@maskray.me> | 2023-03-28 18:21:15 -0700 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2023-03-28 18:21:15 -0700 |
commit | f66b9fe5876d670b38351c9a7efd90e793f35a30 (patch) | |
tree | def978c4d8e449c5484d344878e6b4c7a9c66b40 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 0efe111365ae176671e01252d24028047d807a84 (diff) | |
download | llvm-f66b9fe5876d670b38351c9a7efd90e793f35a30.zip llvm-f66b9fe5876d670b38351c9a7efd90e793f35a30.tar.gz llvm-f66b9fe5876d670b38351c9a7efd90e793f35a30.tar.bz2 |
[crt] Remove __USER_LABEL_PREFIX__
The .init_array code is ELF specific. For ELF platforms,
`__USER_LABEL_PREFIX__` is defined as "". Make the simplification
so that downstream ELF targets can build this file even if
`__USER_LABEL_PREFIX__` is undefined.
Reviewed By: barannikov88
Differential Revision: https://reviews.llvm.org/D147093
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions