-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 29.04.2014 10:52, G M wrote:
> Hi Everyone
>
> I can't build the popular build program ninja with clang++ and mingw.
>
> The reason is demonstrated by this simple program:
>
> // wcx.cpp
>
> #include using namespace std; #include int main() {
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 01.05.2014 17:56, TOCK Chiu wrote:
>
> The linker plugin with LTO seems not working. When I link a static
> library which only contains LTO-enabled slim objects, the flag
> -fuse-linker-plugin doesn't work. The linker always tell me some symbols
>
Hi,
The linker plugin with LTO seems not working. When I link a static library
which only contains LTO-enabled slim objects, the flag -fuse-linker-plugin
doesn't work. The linker always tell me some symbols are undefined.
Is it a bug?
What I use is:
x86_64-4.9.0-release-win32-sjlj-rt_v3-rev1
Th