summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-c-test/object.c
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvm-c-test/object.c')
-rw-r--r--llvm/tools/llvm-c-test/object.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llvm-c-test/object.c b/llvm/tools/llvm-c-test/object.c
index a5421d9066d..809ad54f872 100644
--- a/llvm/tools/llvm-c-test/object.c
+++ b/llvm/tools/llvm-c-test/object.c
@@ -17,7 +17,7 @@
#include <stdio.h>
#include <stdlib.h>
-int object_list_sections(void) {
+int llvm_object_list_sections(void) {
LLVMMemoryBufferRef MB;
LLVMObjectFileRef O;
LLVMSectionIteratorRef sect;
@@ -49,7 +49,7 @@ int object_list_sections(void) {
return 0;
}
-int object_list_symbols(void) {
+int llvm_object_list_symbols(void) {
LLVMMemoryBufferRef MB;
LLVMObjectFileRef O;
LLVMSectionIteratorRef sect;
OpenPOWER on IntegriCloud