http://llvm.org/bugs/show_bug.cgi?id=19490

Nick Lewycky <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |FIXED

--- Comment #1 from Nick Lewycky <[email protected]> ---
$ clang a.cc -std=c++11
/tmp/a-2664ac.o:a.cc:function std::atomic<X>::load(std::memory_order) const:
error: undefined reference to '__atomic_load_8'
/tmp/a-2664ac.o:a.cc:function __clang_call_terminate: error: undefined
reference to '__cxa_begin_catch'
/tmp/a-2664ac.o:a.cc:function __clang_call_terminate: error: undefined
reference to 'std::terminate()'
/tmp/a-2664ac.o(.eh_frame+0x15b): error: undefined reference to
'__gxx_personality_v0'
clang: error: linker command failed with exit code 1 (use -v to see invocation)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to