Allow all ExternalSymbolSDNode on AIX, and rely on the linker error to find symbols which we don't have definitions from any library/compiler-rt.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D75075
[AIX] Remove whitelist checking for ExternalSymbolSDNodes ClosedPublic Authored by Xiangling_L on Feb 24 2020, 1:03 PM.
Details Summary Allow all ExternalSymbolSDNode on AIX, and rely on the linker error to find symbols which we don't have definitions from any library/compiler-rt.
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, jsji, kbarton and 2 others. · View Herald TranscriptFeb 24 2020, 1:03 PM hubert.reinterpretcast retitled this revision from [AIX] Whitelist all ExternalSymbolSDNode to [AIX] Remove whitelist checking for ExternalSymbolSDNodes.Feb 24 2020, 4:15 PM This revision is now accepted and ready to land.Feb 25 2020, 11:05 AM Closed by commit rGe7375e993248: [AIX] Remove whitelist checking for ExternalSymbolSDNodes (authored by Xiangling_L). · Explain WhyFeb 26 2020, 7:13 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 246714 llvm/lib/Target/PowerPC/PPCISelLowering.cpp
llvm/test/CodeGen/PowerPC/aix-external-sym-sdnode-lowering.ll
|