mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-10 01:55:08 +00:00
Coding style fixup; no functionality change
llvm-svn: 204371
This commit is contained in:
parent
f208d32355
commit
3095e4d3bf
@ -326,11 +326,10 @@ void DarwinClang::AddLinkRuntimeLibArgs(const ArgList &Args,
|
||||
Args.hasArg(options::OPT_fcreate_profile) ||
|
||||
Args.hasArg(options::OPT_coverage)) {
|
||||
// Select the appropriate runtime library for the target.
|
||||
if (isTargetIOSBased()) {
|
||||
if (isTargetIOSBased())
|
||||
AddLinkRuntimeLib(Args, CmdArgs, "libclang_rt.profile_ios.a");
|
||||
} else {
|
||||
else
|
||||
AddLinkRuntimeLib(Args, CmdArgs, "libclang_rt.profile_osx.a");
|
||||
}
|
||||
}
|
||||
|
||||
const SanitizerArgs &Sanitize = getSanitizerArgs();
|
||||
|
Loading…
Reference in New Issue
Block a user