Can you try clang-cl.exe /Z7 main.cpp instead of a clang.exe command line?
On Wed, Jan 16, 2019 at 10:56 PM Christoph Baumann via lldb-dev <
lldb-dev@lists.llvm.org> wrote:
> Hey,
>
> I wrote a simple hello-world program to test lldb on windows:
>
>
>
> #include
>
> in
Hey,
I wrote a simple hello-world program to test lldb on windows:
#include
int main(int argc, char* argv[]){
printf("hello world");
return(0);
}
Im compiling with ,clang -g main.c -o mai
I've put up a (WIP) patch for the tool (https://reviews.llvm.org/D56822) in
case anybody is curious about that.
On Tue, Jan 15, 2019 at 1:41 PM Jonas Devlieghere
wrote:
> I've updated the patch with a new version of the prototype:
> https://reviews.llvm.org/D56322
>
> It uses Pavel's suggestion
Hello everyone,
The release branch for LLVM 8 and its sub-projects was created from
trunk at r351319 earlier today, and the trunk version was subsequently
bumped to 9.0.0.
Release blockers are tracked by https://llvm.org/PR40331 Please mark
any bugs, old or new, that need to be fixed before the r
https://bugs.llvm.org/show_bug.cgi?id=40112
George Rimar changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW