[PATCH] LLD: Add using llvm::Triple to core/LLVM.h.

Rui Ueyama ruiu at google.com
Fri Mar 27 17:30:44 PDT 2015


Hi Bigcheese,

llvm::Triple is used frequently in LLD, so I think it's worth to be
added here.

REPOSITORY
  rL LLVM

http://reviews.llvm.org/D8683

Files:
  include/lld/Core/LLVM.h

Index: include/lld/Core/LLVM.h
===================================================================
--- include/lld/Core/LLVM.h
+++ include/lld/Core/LLVM.h
@@ -59,6 +59,7 @@
   using llvm::SmallVectorImpl;
   using llvm::SaveAndRestore;
   using llvm::ErrorOr;
+  using llvm::Triple
 
   using llvm::raw_ostream;
 } // end namespace lld.

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8683.22839.patch
Type: text/x-patch
Size: 337 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150328/ac18c557/attachment.bin>


More information about the llvm-commits mailing list