git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358004
91177308-0d34-0410-b5e6-
96231b3b80d8
MCDisassembler *Disassembler,
MCInstPrinter *InstPrinter,
raw_ostream &ErrStream)
- : Impl(llvm::make_unique<RuntimeDyldCheckerImpl>(
+ : Impl(::llvm::make_unique<RuntimeDyldCheckerImpl>(
std::move(IsSymbolValid),
std::move(GetSymbolAddress),
std::move(GetSymbolContent),
}
config("no_exceptions") {
- cflags_cc = [ "-fno-exceptions" ]
+ if (host_os != "win") {
+ cflags_cc = [ "-fno-exceptions" ]
+ }
}
config("no_rtti") {