mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-25 14:50:26 +00:00
COFF: Ignore /GUARDSYM option.
The option is added in MSVC 2015, and there's no documentation about what the option is. This patch is to ignore the option for now, so that at least LLD is usable with MSVC 2015. llvm-svn: 246780
This commit is contained in:
parent
44876c535f
commit
31e66e32b4
@ -120,6 +120,7 @@ void LinkerDriver::parseDirectives(StringRef S) {
|
||||
Config->NoDefaultLibs.insert(doFindLib(Arg->getValue()));
|
||||
break;
|
||||
case OPT_editandcontinue:
|
||||
case OPT_guardsym:
|
||||
case OPT_throwingnew:
|
||||
break;
|
||||
default:
|
||||
|
@ -117,5 +117,6 @@ def pdbaltpath : QF<"pdbaltpath">;
|
||||
def tlbid : QF<"tlbid">;
|
||||
def tlbout : QF<"tlbout">;
|
||||
def verbose_all : QF<"verbose">;
|
||||
def guardsym : QF<"guardsym">;
|
||||
|
||||
defm wx : QB<"wx">;
|
||||
|
Loading…
Reference in New Issue
Block a user