Displaying 11 results from an estimated 11 matches for "getlast".
2020 Aug 10
2
Orc JIT v2 breaks OpenMP in 11.x branch?
...eGen::CodeGenFunction::EmitStmt
> (this=0x7fffd4fda9d0, S=0x46c3b18, Attrs=...)
> at /u/geoff/llvmrepo/llvm-project/clang/lib/CodeGen/CGStmt.cpp:202
> #23 0x00007fb7119537d3 in
> clang::CodeGen::CodeGenFunction::EmitCompoundStmtWithoutScope
> (this=0x7fffd4fda9d0, S=...,
> GetLast=false, AggSlot=...) at
> /u/geoff/llvmrepo/llvm-project/clang/lib/CodeGen/CGStmt.cpp:453
> #24 0x00007fb7119534b6 in
> clang::CodeGen::CodeGenFunction::EmitCompoundStmt
> (this=0x7fffd4fda9d0, S=..., GetLast=false,
> AggSlot=...) at
> /u/geoff/llvmrepo/llvm-project/clang/lib/C...
2020 Aug 03
2
Orc JIT v2 breaks OpenMP in 11.x branch?
Greetings, Lang and other JITters,
Last week I moved our Orc v2-based app from top-of-tree to the new
11.x branch, and it no longer handles C++ code containing OpenMP
directives correctly.
More specifically, if I JIT compile a function containing OpenMP
parallel/for pragmas, using a release version of LLVM, the code
compiles and seems to work, but if I try to write the module's bitcode
to
2020 Aug 10
2
[EXTERNAL] Re: Orc JIT v2 breaks OpenMP in 11.x branch?
...mitStmt
>> (this=0x7fffd4fda9d0, S=0x46c3b18, Attrs=...)
>> at /u/geoff/llvmrepo/llvm-project/clang/lib/CodeGen/CGStmt.cpp:202
>> #23 0x00007fb7119537d3 in
>> clang::CodeGen::CodeGenFunction::EmitCompoundStmtWithoutScope
>> (this=0x7fffd4fda9d0, S=...,
>> GetLast=false, AggSlot=...) at
>> /u/geoff/llvmrepo/llvm-project/clang/lib/CodeGen/CGStmt.cpp:453
>> #24 0x00007fb7119534b6 in
>> clang::CodeGen::CodeGenFunction::EmitCompoundStmt
>> (this=0x7fffd4fda9d0, S=..., GetLast=false,
>> AggSlot=...) at
>> /u/geoff/llvmrepo/...
2020 Aug 10
2
[EXTERNAL] Re: Orc JIT v2 breaks OpenMP in 11.x branch?
...b18, Attrs=...)
> >>> at /u/geoff/llvmrepo/llvm-project/clang/lib/CodeGen/CGStmt.cpp:202
> >>> #23 0x00007fb7119537d3 in
> >>> clang::CodeGen::CodeGenFunction::EmitCompoundStmtWithoutScope
> >>> (this=0x7fffd4fda9d0, S=...,
> >>> GetLast=false, AggSlot=...) at
> >>> /u/geoff/llvmrepo/llvm-project/clang/lib/CodeGen/CGStmt.cpp:453
> >>> #24 0x00007fb7119534b6 in
> >>> clang::CodeGen::CodeGenFunction::EmitCompoundStmt
> >>> (this=0x7fffd4fda9d0, S=..., GetLast=false,
> >>>...
2020 Aug 10
2
[EXTERNAL] Re: Orc JIT v2 breaks OpenMP in 11.x branch?
...at /u/geoff/llvmrepo/llvm-project/clang/lib/CodeGen/CGStmt.cpp:202
> >>>>> #23 0x00007fb7119537d3 in
> >>>>> clang::CodeGen::CodeGenFunction::EmitCompoundStmtWithoutScope
> >>>>> (this=0x7fffd4fda9d0, S=...,
> >>>>> GetLast=false, AggSlot=...) at
> >>>>> /u/geoff/llvmrepo/llvm-project/clang/lib/CodeGen/CGStmt.cpp:453
> >>>>> #24 0x00007fb7119534b6 in
> >>>>> clang::CodeGen::CodeGenFunction::EmitCompoundStmt
> >>>>> (this=0x7fffd4fda9d0, S=..., Get...
2020 Aug 10
2
[EXTERNAL] Re: Orc JIT v2 breaks OpenMP in 11.x branch?
...eoff/llvmrepo/llvm-project/clang/lib/CodeGen/CGStmt.cpp:202
>>>>>>> #23 0x00007fb7119537d3 in
>>>>>>> clang::CodeGen::CodeGenFunction::EmitCompoundStmtWithoutScope
>>>>>>> (this=0x7fffd4fda9d0, S=...,
>>>>>>> GetLast=false, AggSlot=...) at
>>>>>>> /u/geoff/llvmrepo/llvm-project/clang/lib/CodeGen/CGStmt.cpp:453
>>>>>>> #24 0x00007fb7119534b6 in
>>>>>>> clang::CodeGen::CodeGenFunction::EmitCompoundStmt
>>>>>>> (this=0x7fffd4fda9d0...
2009 Nov 25
0
[LLVMdev] [llvm-commits] [llvm] r89765 - in /llvm/trunk: include/llvm/System/Path.h lib/System/Unix/Path.inc lib/System/Win32/Path.inc
...09:19:10 2009
>>> @@ -357,6 +357,11 @@
>>> return attr != INVALID_FILE_ATTRIBUTES;
>>> }
>>>
>>> +bool
>>> +Path::isSpecialFile() const {
>>> + return false;
>>> +}
>>>
>>> std::string
>>> Path::getLast() const {
>>> // Find the last slash
>>>
>>>
>>> _______________________________________________
>>> llvm-commits mailing list
>>> llvm-commits at cs.uiuc.edu
>>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>>>
>...
2013 Feb 08
2
[LLVMdev] assert when mixing static and non-static members with an external AST source
...eGen/CGStmt.cpp:176
#43 0x00007ffff4c4dbb7 in clang::CodeGen::CodeGenFunction::EmitStmt (this=0x7fffffff9198, S=0xd6a688)
at /home/athirumurthi/git/lldb/tools/clang/lib/CodeGen/CGStmt.cpp:47
#44 0x00007ffff4c5288e in clang::CodeGen::CodeGenFunction::EmitCompoundStmt (this=0x7fffffff9198, S=..., GetLast=false, AggSlot=...)
at /home/athirumurthi/git/lldb/tools/clang/lib/CodeGen/CGStmt.cpp:203
#45 0x00007ffff4c4e283 in clang::CodeGen::CodeGenFunction::EmitSimpleStmt (this=0x7fffffff9198, S=0xd6a608)
at /home/athirumurthi/git/lldb/tools/clang/lib/CodeGen/CodeGenFunction.h:2005
#46 0x00007ffff...
2013 Feb 15
0
[LLVMdev] assert when mixing static and non-static members with an external AST source
...eGen/CGStmt.cpp:176
#43 0x00007ffff4c4dbb7 in clang::CodeGen::CodeGenFunction::EmitStmt (this=0x7fffffff9198, S=0xd6a688)
at /home/athirumurthi/git/lldb/tools/clang/lib/CodeGen/CGStmt.cpp:47
#44 0x00007ffff4c5288e in clang::CodeGen::CodeGenFunction::EmitCompoundStmt (this=0x7fffffff9198, S=..., GetLast=false, AggSlot=...)
at /home/athirumurthi/git/lldb/tools/clang/lib/CodeGen/CGStmt.cpp:203
#45 0x00007ffff4c4e283 in clang::CodeGen::CodeGenFunction::EmitSimpleStmt (this=0x7fffffff9198, S=0xd6a608)
at /home/athirumurthi/git/lldb/tools/clang/lib/CodeGen/CodeGenFunction.h:2005
#46 0x00007ffff...
2019 Jul 29
4
ICE in release/9.x when using LLVM_ENABLE_MODULES
I ran into an LLVM/Clang crash when attempting to do the following:
1. Build Clang from the release/9.x branch source.
2. Use the Clang from (1) to build clangd on the release/9.x branch,
with LLVM_ENABLE_MODULES=On.
I wrote a script to reproduce the crash:
https://gist.github.com/modocache/ac366ca9673b93bb21e75d3e72162608
At the above URL, you'll find a script `repro.sh` that reproduces
2010 Nov 07
3
[LLVMdev] Next round of DWARF issues/questions
...DW_AT_decl_file 65
DW_AT_decl_line 6
However, I've double- and triple-checked my code. The code that generates a
DIFile looks like this:
DASSERT(srcPath.isAbsolute());
DASSERT(dbgCompileUnit_.Verify());
file = dbgFactory_.CreateFile(
srcPath.getLast(),
srcPath.getDirname(),
dbgCompileUnit_);
And you can see in the earlier example that I'm passing the generated DIFile
to CreateComplexTypeEx.
--
-- Talin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/at...