mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-14 09:38:40 +00:00
Line this up as well.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85748 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ed1f1687b7
commit
f4e748bc3f
@ -72,7 +72,7 @@ IncludeDirs("I", cl::desc("Directory of include files"),
|
|||||||
static cl::opt<std::string>
|
static cl::opt<std::string>
|
||||||
TripleName("triple", cl::desc("Target triple to assemble for, "
|
TripleName("triple", cl::desc("Target triple to assemble for, "
|
||||||
"see -version for available targets"),
|
"see -version for available targets"),
|
||||||
cl::init(LLVM_HOSTTRIPLE));
|
cl::init(LLVM_HOSTTRIPLE));
|
||||||
|
|
||||||
enum ActionType {
|
enum ActionType {
|
||||||
AC_AsLex,
|
AC_AsLex,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user