ELF is not enabled by default. Correcting an issue in compiler-rt's cmake revealed that ELF was not defined.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D74972
[hexagon] Define __ELF__ by default. ClosedPublic Authored by sidneym on Feb 21 2020, 9:06 AM.
Details
Summary ELF is not enabled by default. Correcting an issue in compiler-rt's cmake revealed that ELF was not defined.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project, Restricted Project. · View Herald TranscriptFeb 21 2020, 9:06 AM This revision is now accepted and ready to land.Feb 21 2020, 11:25 AM Closed by commit rGd37cbda5f9a4: [Hexagon] Define __ELF__ by default. (authored by sidneym). · Explain WhyFeb 21 2020, 2:11 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 245885 clang/lib/Basic/Targets/Hexagon.cpp
clang/test/Preprocessor/hexagon-predefines.c
compiler-rt/lib/builtins/CMakeLists.txt
|