summaryrefslogtreecommitdiff
path: root/include/llvm/Linker.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-02-22 16:23:43 +0000
committerChris Lattner <sabre@nondot.org>2006-02-22 16:23:43 +0000
commit410354fe0c052141dadeca939395743f8dd58e38 (patch)
tree93f7cc80943a94623335b126b87998cebbe0e00b /include/llvm/Linker.h
parenta2a51607a6601d42c5f559858f77ef1cad86efe1 (diff)
downloadllvm-410354fe0c052141dadeca939395743f8dd58e38.tar.gz
llvm-410354fe0c052141dadeca939395743f8dd58e38.tar.bz2
llvm-410354fe0c052141dadeca939395743f8dd58e38.tar.xz
Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
Patch by Martin Partel! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26313 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Linker.h')
-rw-r--r--include/llvm/Linker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Linker.h b/include/llvm/Linker.h
index 21f32afb3c..b260dc3fc1 100644
--- a/include/llvm/Linker.h
+++ b/include/llvm/Linker.h
@@ -53,7 +53,7 @@ class Linker {
enum ControlFlags {
Verbose = 1, ///< Print to std::cerr what steps the linker is taking
QuietWarnings = 2, ///< Don't print errors and warnings to std::cerr.
- QuietErrors = 4, ///< Indicate that this link is for a native executable
+ QuietErrors = 4 ///< Indicate that this link is for a native executable
};
/// @}