diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2005-11-15 16:11:55 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2005-11-15 16:11:55 +0000 |
commit | 427189ad5108f34126316cd475ff236ab0fb41f8 (patch) | |
tree | 44e2486f46eadf9cb1a150a760c89dd4e12325cc /win32/x86 | |
parent | 811da6d889a75bc79a2ffb6a8cbd67f780c5ded7 (diff) | |
download | external_llvm-427189ad5108f34126316cd475ff236ab0fb41f8.zip external_llvm-427189ad5108f34126316cd475ff236ab0fb41f8.tar.gz external_llvm-427189ad5108f34126316cd475ff236ab0fb41f8.tar.bz2 |
Keep Visual Studio informed of new files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24366 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/x86')
-rw-r--r-- | win32/x86/x86.vcproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/win32/x86/x86.vcproj b/win32/x86/x86.vcproj index 8afc441..eeb0476 100644 --- a/win32/x86/x86.vcproj +++ b/win32/x86/x86.vcproj @@ -164,6 +164,9 @@ RelativePath="..\..\lib\Target\X86\X86IntelAsmPrinter.cpp"> </File> <File + RelativePath="..\..\lib\Target\X86\X86ISelLowering.cpp"> + </File> + <File RelativePath="..\..\lib\Target\X86\X86ISelPattern.cpp"> </File> <File @@ -208,6 +211,9 @@ RelativePath="..\..\lib\Target\X86\X86IntelAsmPrinter.h"> </File> <File + RelativePath="..\..\lib\Target\X86\X86ISelLowering.h"> + </File> + <File RelativePath="..\..\lib\Target\X86\X86JITInfo.h"> </File> <File |