Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29307 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2006-07-26 21:12:04 +00:00
parent 5332430643
commit 35d86fef1f
8 changed files with 16 additions and 16 deletions

View File

@@ -66,7 +66,7 @@ namespace {
"Target default relocation model"),
clEnumValN(Reloc::Static, "static",
"Non-relocatable code"),
clEnumValN(Reloc::PIC, "pic",
clEnumValN(Reloc::PIC_, "pic",
"Fully relocatable, position independent code"),
clEnumValN(Reloc::DynamicNoPIC, "dynamic-no-pic",
"Relocatable external references, non-relocatable code"),