mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-12 17:25:49 +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:
@@ -82,7 +82,7 @@ namespace options {
|
|||||||
} else {
|
} else {
|
||||||
as_path = strdup(opt + 3);
|
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=");
|
const char *path = opt + strlen("also-emit-llvm=");
|
||||||
if (bc_path != "") {
|
if (bc_path != "") {
|
||||||
(*message)(LDPL_WARNING, "Path to the output IL file specified twice. "
|
(*message)(LDPL_WARNING, "Path to the output IL file specified twice. "
|
||||||
|
Reference in New Issue
Block a user