mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
Whitespace cleanup.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105395 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2e3f44eab2
commit
fc55defb30
@ -82,7 +82,7 @@ namespace options {
|
||||
} else {
|
||||
as_path = strdup(opt + 3);
|
||||
}
|
||||
} else if(llvm::StringRef(opt).startswith("also-emit-llvm=")) {
|
||||
} else if (llvm::StringRef(opt).startswith("also-emit-llvm=")) {
|
||||
const char *path = opt + strlen("also-emit-llvm=");
|
||||
if (bc_path != "") {
|
||||
(*message)(LDPL_WARNING, "Path to the output IL file specified twice. "
|
||||
|
Loading…
x
Reference in New Issue
Block a user