summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2015-02-03 19:25:53 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2015-02-03 19:25:53 +0000
commita5ef4905a5e0d51199b8e0d5e414a7b384af5e49 (patch)
tree2cd64d0f48c1f9f69e596be4aed3af72aea8f171 /llvm/include/llvm-c
parent8d911b441923caf02d7e80a0f666216f6295a872 (diff)
downloadbcm5719-llvm-a5ef4905a5e0d51199b8e0d5e414a7b384af5e49.tar.gz
bcm5719-llvm-a5ef4905a5e0d51199b8e0d5e414a7b384af5e49.zip
Fix duplicated symbol error.
llvm-svn: 228012
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r--llvm/include/llvm-c/lto.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/include/llvm-c/lto.h b/llvm/include/llvm-c/lto.h
index 3aaf818e3df..6df6e1716ad 100644
--- a/llvm/include/llvm-c/lto.h
+++ b/llvm/include/llvm-c/lto.h
@@ -518,9 +518,7 @@ lto_codegen_compile_optimized(lto_code_gen_t cg, size_t* length);
* \since LTO_API_VERSION=12
*/
extern unsigned int
-lto_api_version() {
- return LTO_API_VERSION;
-}
+lto_api_version();
/**
* Sets options to help debug codegen bugs.
OpenPOWER on IntegriCloud