[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Security warnings when using LLVM 9
From: |
Uxio Prego |
Subject: |
Re: Security warnings when using LLVM 9 |
Date: |
Sat, 1 Sep 2018 19:22:15 +0200 |
For a couple miscellaneous reasons I have seldom used custom
installs of (then) newer GCC versions to `/usr/local/`.
If I ever need a newer or more canonical Clang for some reason,
I'll be sure to remember your words.
Thanks,
> On 1 Sep 2018, at 18:24, Hans Åberg <address@hidden> wrote:
>
>
>> On 1 Sep 2018, at 15:52, Uxio Prego <address@hidden> wrote:
>>
>> Oh, sorry. Code written by me in the action of a production rule
>> was causing my problem.
>
> So issue resolved! Note however that you use the Apple inhouse Clang. If you
> so like, you might download the real one at [1]. Copy it into say
> /usr/local/clang/ so it is easy to remove, and set the PATH or configure or
> make to use it. It then works with the Xcode debugger.
>
> 1. https://releases.llvm.org/download.html
>
>