`strrchr(__FILE__, '/')+1` should get resolved at compile-time whenever you
have optimizations on.
> On Apr 12, 2018, at 15:38, Rick Mann via cfe-users
> wrote:
>
> The higher-ups decided we needed penetration testing of our app. One of their
> concerns was that if you run the macOS strings t
+Adrian
I suspect the crash reporters are giving you results based solely on the symbol
table. The dSYM has extra information from the debug info so it can fill in
the gaps. Perhaps the crash reporters aren't using the dSYMs, but Xcode is?
Any ideas Adrian?
> On Mar 30, 2018, at 16:28, Micha
+cfe-dev; bcc:cfe-users (this is more of a development question than a user
question, AFAICT)
> On Apr 17, 2017, at 08:18, Michael Mitchell via cfe-users
> wrote:
>
> I'm new to LLVM and also new to Cmake. I've checked out multiple LLVM
> projects including clang (see below for list of proje
> On 2017-Mar-21, at 06:51, Masaru Tsuchiyama via cfe-users
> wrote:
>
> Hi.
>
> I'm trying to complie clang with clang.
This should be fairly well documented. Try these:
http://clang.llvm.org/get_started.html
http://llvm.org/docs/CMake.html
http://llvm.org/docs/AdvancedBuilds.html
It
> On 2017-Feb-13, at 23:10, Subhendu Malakar via cfe-users
> wrote:
>
> Hi,
> I'm a newbie in LLVM environment.
>
> I'm trying to generate the LLVM IR of a c file using clang. The command line
> argument I'm passing is as :
> "clang -O0 -S -emit-llvm test.c -c -o test.ll"
If you add "-###" t
+Eric
Eric, do you know?
> On 2017-Feb-12, at 13:43, Michal Jaszczyk via cfe-users
> wrote:
>
> Hey,
>
> I'm trying to set up my Ubuntu Yakkety dev environment to use Clang and
> LibC++.
>
> I'm trying to use Clang 4.0. It is not available in Yakkety by default, but
> http://apt.llvm.org/