search for: gettargetdefin

Displaying 3 results from an estimated 3 matches for "gettargetdefin".

Did you mean: gettargetdefines
2016 Apr 16
2
[cfe-dev] [libunwind] __ELF__ macro for arm-none-eabi
...ists.llvm.org> wrote: > I'm building libunwind for ARM baremetal using clang. > I notice that __ELF__ is used in libunwind and the macro is only defined for > Linux target on ARM. > Should we also predefine that for arm-none-eabi target? Do you mean in Clang's ARMTargetInfo::getTargetDefines() ? I think so. I'm actually surprised it doesn't. Copying Bradley and Silviu, as they were working on ACLE pre-processor logic recently. cheers, --renato
2017 Aug 02
2
llvm-trunk errors with gcc-5.3.0 on SuSE Linux
...g/lib/Basic/Targets.cpp:5641:21: error: 'AK_INVALID' is not a member of 'llvm::ARM' if (ArchKind == llvm::ARM::AK_INVALID) ^ /export2/src/llvm-trunk/llvm/tools/clang/lib/Basic/Targets.cpp: In member function 'virtual void {anonymous}::ARMTargetInfo::getTargetDefines(const clang::LangOptions&, clang::MacroBuilder&) const': /export2/src/llvm-trunk/llvm/tools/clang/lib/Basic/Targets.cpp:5704:46: error: 'PK_M' is not a member of 'llvm::ARM' if (CPUProfile.empty() || ArchProfile != llvm::ARM::PK_M)...
2012 Jul 10
1
[LLVMdev] [NVPTX] CUDA inline PTX asm definitions scoping "{" "}" is broken
Yes, sure, good idea, because might be also Clang-related. http://llvm.org/bugs/show_bug.cgi?id=13322 2012/7/11 Chad Rosier <mcrosier at apple.com> > Dmitry, > You might be better served by filing this as a bug (http://llvm.org/bugs/). > Please include a test case and the steps to reproduce (i.e., what you've > provided below). > > Chad > > On Jul 10, 2012,