Go to file
Eli Bendersky f0f210052f Refactor TargetOptions initialization into a single place.
The same code (~20 lines) for initializing a TargetOptions object from CodeGen
cmdline flags is duplicated 4 times in 4 different tools. This patch moves it
into a utility function.

Since the CodeGen/CommandFlags.h file defines cl::opt flags in a header, it's
a bit of a touchy situation because we should only link them into tools. So this
patch puts the init function in the header.

llvm-svn: 201699
2014-02-19 17:09:35 +00:00
clang Reduce verbosity in the virtual file system using LLVM.h 2014-02-19 16:36:49 +00:00
clang-tools-extra Add a makefile for clang-query. Patch by Alex Horn! 2014-02-18 19:46:01 +00:00
compiler-rt Add rudimentary support for running compiler-rt lit tests with GCC 2014-02-19 15:13:14 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Add generic nvptx targets 2014-02-14 20:33:53 +00:00
libcxx Implement LWG2350: min, max, and minmax should be constexpr. 2014-02-19 16:51:35 +00:00
libcxxabi Demangle Dc to decltype(auto) as per the Itanium C++ ABI spec. 2014-02-17 21:56:01 +00:00
lld [Mips] Use the 'CHECK-NEXT' where we need to check a test output exactly 2014-02-11 07:17:09 +00:00
lldb Track Clang virtualFileSystem change (r201618) 2014-02-19 13:00:08 +00:00
llvm Refactor TargetOptions initialization into a single place. 2014-02-19 17:09:35 +00:00
openmp For your Christmas hacking pleasure. 2013-12-23 17:28:57 +00:00
polly Check scops a second time before working on them 2014-02-18 18:49:49 +00:00