Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Please can you also add code for ensuring that the target-abi module flag matches the -target-abi command line flag in llvm?
Paths
| Differential D72755
[RISCV] Pass target-abi via module flag metadata ClosedPublic Authored by khchen on Jan 15 2020, 2:00 AM.
Details Summary
Diff Detail
Event TimelineHerald added subscribers: cfe-commits, luismarques, apazos and 23 others. · View Herald TranscriptJan 15 2020, 2:00 AM Comment Actions Please can you also add code for ensuring that the target-abi module flag matches the -target-abi command line flag in llvm? Comment Actions
please see D72768, thanks! This revision is now accepted and ready to land.Jan 20 2020, 7:11 AM Closed by commit rGe15fb06e2d0a: [RISCV] Pass target-abi via module flag metadata (authored by khchen). · Explain WhyJan 20 2020, 11:46 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 239233 clang/lib/CodeGen/CodeGenModule.cpp
clang/test/CodeGen/riscv-metadata.c
|