Remind myself to add PIC and static asm printer support.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 7 Feb 2006 08:35:44 +0000 (08:35 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 7 Feb 2006 08:35:44 +0000 (08:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26037 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/README.txt

index b1b3428c59800edc487eeb3f48c114c902367d4c..e139f03310206e11edf0b99f5fb2de442355579a 100644 (file)
@@ -382,3 +382,7 @@ LBB_X_2:
         addl $12, %esp
         ret
 
+//===---------------------------------------------------------------------===//
+
+The x86 backend currently supports dynamic-no-pic. Need to add asm
+printer support for static and PIC.