diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2005-01-03 16:37:16 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2005-01-03 16:37:16 +0000 |
commit | 4c2053255dea20c07f27a55f8d4b3fbe03eb7289 (patch) | |
tree | 1aac5ad654fb1b0dc31d24396225bd92b5aa6b47 /win32 | |
parent | 1c32f79a82293d0ef4cdc8decf67057356674af9 (diff) | |
download | external_llvm-4c2053255dea20c07f27a55f8d4b3fbe03eb7289.zip external_llvm-4c2053255dea20c07f27a55f8d4b3fbe03eb7289.tar.gz external_llvm-4c2053255dea20c07f27a55f8d4b3fbe03eb7289.tar.bz2 |
Add additional header file to VS project. Patch submitted by Morten.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19274 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r-- | win32/CodeGen/CodeGen.vcproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/CodeGen/CodeGen.vcproj b/win32/CodeGen/CodeGen.vcproj index daa7012..0f759a7 100644 --- a/win32/CodeGen/CodeGen.vcproj +++ b/win32/CodeGen/CodeGen.vcproj @@ -214,6 +214,9 @@ RelativePath="..\..\include\llvm\CodeGen\MachineInstrBuilder.h"> </File> <File + RelativePath="..\..\include\llvm\CodeGen\MachineRelocation.h"> + </File> + <File RelativePath="..\..\include\llvm\CodeGen\Passes.h"> </File> <File |