diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-07-28 22:00:24 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-07-28 22:00:24 +0000 |
| commit | 212accac441e08969188702242241aaa4dbebb0e (patch) | |
| tree | 34af52cf87f13962f2d895113898118beb05d813 /llvm/lib/Bytecode/Archive | |
| parent | 91c3733caceb8aef68367504d4c5ead52c536fb6 (diff) | |
| download | bcm5719-llvm-212accac441e08969188702242241aaa4dbebb0e.tar.gz bcm5719-llvm-212accac441e08969188702242241aaa4dbebb0e.zip | |
Exceptions are thrown by and through this library.
llvm-svn: 29393
Diffstat (limited to 'llvm/lib/Bytecode/Archive')
| -rw-r--r-- | llvm/lib/Bytecode/Archive/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Bytecode/Archive/Makefile b/llvm/lib/Bytecode/Archive/Makefile index 0ecf38b93f0..39712b555f4 100644 --- a/llvm/lib/Bytecode/Archive/Makefile +++ b/llvm/lib/Bytecode/Archive/Makefile @@ -9,6 +9,7 @@ LEVEL = ../../.. LIBRARYNAME = LLVMArchive +REQUIRES_EH := 1 # We only want an archive so only those modules actually used by a tool are # included. |

