mirror of
https://github.com/intel/llvm.git
synced 2026-02-04 11:38:04 +08:00
Move the definition of `getTriple()` into the header. It would just call `getTarget().getTriple()`. Inline the definition to allow the compiler to see the same amount of the layout as previously. Remove the more verbose `getTarget().getTriple()` in favour of `getTriple()`. llvm-svn: 281487
293 KiB
293 KiB