Git Product home page Git Product logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 27, 2024
Everything works for me with r150810:


$ build/Release+Asserts/bin/clang -g -faddress-sanitizer 
-fno-omit-frame-pointer -m32 -march=pentiumpro -pipe -Dlinux -Di386 
-ffunction-sections -fdata-sections  t.c -o t
$ ./t
It works.

$ nm build/Release+Asserts/lib/clang/3.1/lib/linux/libclang_rt.asan-x86_64.a  | 
grep no_return
                 U __asan_handle_no_return
00000000000009a0 T __asan_handle_no_return

$ nm build/Release+Asserts/lib/clang/3.1/lib/linux/libclang_rt.asan-i386.a  | 
grep no_return
000013c0 T __asan_handle_no_return
         U __asan_handle_no_return

Original comment by [email protected] on 17 Feb 2012 at 3:29

from address-sanitizer.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 27, 2024
I tried again works for me too with r150828.

I probably messed up somewhere in the build/install sorry for the trouble.

Original comment by [email protected] on 17 Feb 2012 at 7:12

from address-sanitizer.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 27, 2024
Just fyi, I also ran into this problem (the no_return symbol missing), and it 
turned out that my compiler-rt rev was not in sync with my llvm/clang revs 
(higher llvm/clang version). So if anyone else runs into this problem, make 
sure all three repos are on the same version.

Original comment by [email protected] on 20 Feb 2012 at 12:08

from address-sanitizer.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 27, 2024
Ok, hope this can be closed now.

Original comment by [email protected] on 20 Feb 2012 at 7:20

  • Changed state: Invalid

from address-sanitizer.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 27, 2024
Adding Project:AddressSanitizer as part of GitHub migration.

Original comment by [email protected] on 30 Jul 2015 at 9:12

  • Added labels: ProjectAddressSanitizer

from address-sanitizer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.