Go to file
Rui Ueyama 1f4cdcfec9 Accept not only --foo but also -foo.
GNU ld manual says that multi-letter long option can be prefixed with
either -- or -. Therefore, we should accept not only --subsystem but
also -subsystem, for example.

There is one exception. If an option starts with "o", it should only be
prefixed with -- to avoid ambiguity with -o<filename> option.

Differential Revision: https://reviews.llvm.org/D37825

llvm-svn: 313286
2017-09-14 18:33:21 +00:00
clang Enable __declspec(selectany) on any platform 2017-09-14 17:33:08 +00:00
clang-tools-extra [lit] Force site configs to be run before source-tree configs 2017-09-14 16:47:58 +00:00
compiler-rt [asan] Disable two dynamic tests on armhf 2017-09-14 18:19:28 +00:00
debuginfo-tests Restrict debuginfo-tests to native configurations. 2017-09-08 17:10:48 +00:00
libclc Add native_recip(x) as ((1)/(x)) 2017-09-13 01:40:25 +00:00
libcxx [libc++] Prevent stale site configuration headers 2017-09-14 18:23:43 +00:00
libcxxabi Reland "When built with ASan, __cxa_throw calls __asan_handle_no_return" 2017-09-13 23:35:07 +00:00
libunwind Revert r312240 2017-08-31 15:51:23 +00:00
lld Accept not only --foo but also -foo. 2017-09-14 18:33:21 +00:00
lldb [lit] Force site configs to be run before source-tree configs 2017-09-14 16:47:58 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm AMDGPU: Fix assert on alloca of array of struct 2017-09-14 18:02:29 +00:00
openmp Read blocktime value set by kmp_set_blocktime() before reading from KMP_BLOCKTIME 2017-09-05 15:45:48 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [lit] Force site configs to be run before source-tree configs 2017-09-14 16:47:58 +00:00