Remind myself to add PIC and static asm printer support.

llvm-svn: 26037
This commit is contained in:
Evan Cheng 2006-02-07 08:35:44 +00:00
parent 92a6865321
commit 227e469c25
1 changed files with 4 additions and 0 deletions

View 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.