Because llvm::Triple can be derived from TargetInfo, it is simpler
to take only TargetInfo argument.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
- Build Status
Buildable 18805 Build 18805: arc lint + arc unit
Differential D47620
Remove llvm::Triple argument from get***Personality() functions. NFC. ClosedPublic Authored by aheejin on Jun 1 2018, 12:49 AM.
Details Summary Because llvm::Triple can be derived from TargetInfo, it is simpler
Diff Detail
Event Timelineaheejin mentioned this in D47614: [WebAssembly] Hide new Wasm EH behind its feature flag.Jun 1 2018, 12:52 AM aheejin retitled this revision from Remove llvm::Triple argument from get***Personality() functions to Remove llvm::Triple argument from get***Personality() functions. NFC.. This revision is now accepted and ready to land.Jun 4 2018, 10:04 AM Closed by commit rC333938: Remove llvm::Triple argument from get***Personality() functions. NFC. (authored by aheejin). · Explain WhyJun 4 2018, 11:30 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 149406 lib/CodeGen/CGException.cpp
|