[LLVMbugs] [Bug 6765] New: ../llvm-gcc/gcc/config/alpha/llvm-alpha.cpp error
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Apr 1 22:18:30 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=6765
Summary: ../llvm-gcc/gcc/config/alpha/llvm-alpha.cpp error
Product: compiler-rt
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: compiler-rt
AssignedTo: unassignedbugs at nondot.org
ReportedBy: dot618point at gmail.com
CC: llvmbugs at cs.uiuc.edu
make[3]: Entering directory `/home/zheng/llvm/obj/gcc'
c++ -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wmissing-format-attribute
-fno-common -DHAVE_CONFIG_H -Wno-unused
-DTARGET_NAME=\"alphaev6-unknown-linux-gnu\" -frandom-seed=0 -I. -I.
-I../../llvm-gcc/gcc -I../../llvm-gcc/gcc/. -I../../llvm-gcc/gcc/../include
-I../../llvm-gcc/gcc/../libcpp/include -I../../llvm-gcc/gcc/../libdecnumber
-I../libdecnumber -I/usr/local/include -DENABLE_LLVM -I/usr/local/include
-D_DEBUG -mieee -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS
-I. -I. -I../../llvm-gcc/gcc -I../../llvm-gcc/gcc/.
-I../../llvm-gcc/gcc/../include -I../../llvm-gcc/gcc/../libcpp/include
-I../../llvm-gcc/gcc/../libdecnumber -I../libdecnumber -I/usr/local/include \
../../llvm-gcc/gcc/config/alpha/llvm-alpha.cpp -o llvm-alpha.o
../../llvm-gcc/gcc/config/alpha/llvm-alpha.cpp: In member function 'bool
TreeToLLVM::TargetIntrinsicLower(tree_node*, unsigned int, const MemRef*,
llvm::Value*&, const llvm::Type*, std::vector<llvm::Value*,
std::allocator<llvm::Value*> >&)':
../../llvm-gcc/gcc/config/alpha/llvm-alpha.cpp:108: error: no matching function
for call to 'llvm::IntegerType::get(int)'
/usr/local/include/llvm/DerivedTypes.h:108: note: candidates are: static const
llvm::IntegerType* llvm::IntegerType::get(llvm::LLVMContext&, unsigned int)
../../llvm-gcc/gcc/config/alpha/llvm-alpha.cpp:109: error: no matching function
for call to 'llvm::IntegerType::get(int)'
/usr/local/include/llvm/DerivedTypes.h:108: note: candidates are: static const
llvm::IntegerType* llvm::IntegerType::get(llvm::LLVMContext&, unsigned int)
../../llvm-gcc/gcc/config/alpha/llvm-alpha.cpp:111: error: 'Int64Ty' is not a
member of 'llvm::Type'
../../llvm-gcc/gcc/config/alpha/llvm-alpha.cpp:112: error: 'Int64Ty' is not a
member of 'llvm::Type'
../../llvm-gcc/gcc/config/alpha/llvm-alpha.cpp:120: error: 'Int64Ty' is not a
member of 'llvm::Type'
../../llvm-gcc/gcc/config/alpha/llvm-alpha.cpp:121: error: 'Int8Ty' is not a
member of 'llvm::Type'
../../llvm-gcc/gcc/config/alpha/llvm-alpha.cpp:122: error: 'Int64Ty' is not a
member of 'llvm::Type'
../../llvm-gcc/gcc/config/alpha/llvm-alpha.cpp:123: error: 'Int8Ty' is not a
member of 'llvm::Type'
../../llvm-gcc/gcc/config/alpha/llvm-alpha.cpp:126: error: 'Int64Ty' is not a
member of 'llvm::Type'
../../llvm-gcc/gcc/config/alpha/llvm-alpha.cpp:127: error: 'Int64Ty' is not a
member of 'llvm::Type'
../../llvm-gcc/gcc/config/alpha/llvm-alpha.cpp:147: error: 'Int64Ty' is not a
member of 'llvm::Type'
../../llvm-gcc/gcc/config/alpha/llvm-alpha.cpp:149: error: 'Int64Ty' is not a
member of 'llvm::Type'
../../llvm-gcc/gcc/config/alpha/llvm-alpha.cpp:162: error: 'Int64Ty' is not a
member of 'llvm::Type'
../../llvm-gcc/gcc/config/alpha/llvm-alpha.cpp:163: error: 'Int64Ty' is not a
member of 'llvm::Type'
../../llvm-gcc/gcc/config/alpha/llvm-alpha.cpp:165: error: 'Int64Ty' is not a
member of 'llvm::Type'
make[3]: *** [llvm-alpha.o] Error 1
make[3]: Leaving directory `/home/zheng/llvm/obj/gcc'
make[2]: *** [all-stage1-gcc] Error 2
make[2]: Leaving directory `/home/zheng/llvm/obj'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/home/zheng/llvm/obj'
make: *** [all] Error 2
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list