summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2016-06-13 20:31:30 +0000
committerHans Wennborg <hans@hanshq.net>2016-06-13 20:31:30 +0000
commit6f040c194957e95dbdbb03e9fc3481361476281b (patch)
treeb0efdf84fbe1a60fd1e0a958f72d10dfaa022cf2 /include
parent56fdf6c411068bbc01fcd802eddb489c79bf4852 (diff)
downloadclang-6f040c194957e95dbdbb03e9fc3481361476281b.tar.gz
clang-cl: Support -resource-dir option (PR28074)
It's useful e.g. for distributed build systems. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@272583 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/clang/Driver/Options.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Driver/Options.td b/include/clang/Driver/Options.td
index 67a3ea1ac6..5c240f36b4 100644
--- a/include/clang/Driver/Options.td
+++ b/include/clang/Driver/Options.td
@@ -1776,7 +1776,7 @@ def rewrite_legacy_objc : Flag<["-"], "rewrite-legacy-objc">, Flags<[DriverOptio
HelpText<"Rewrite Legacy Objective-C source to C++">;
def rdynamic : Flag<["-"], "rdynamic">;
def resource_dir : Separate<["-"], "resource-dir">,
- Flags<[DriverOption, CC1Option, HelpHidden]>,
+ Flags<[DriverOption, CC1Option, CoreOption, HelpHidden]>,
HelpText<"The directory which holds the compiler resource files">;
def resource_dir_EQ : Joined<["-"], "resource-dir=">, Flags<[DriverOption]>,
Alias<resource_dir>;