Changes between Initial Version and Version 1 of Ticket #53150


Ignore:
Timestamp:
Dec 24, 2016, 5:38:13 PM (7 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53150

    • Property Status changed from new to assigned
    • Property Owner set to jeremyhu
    • Property Summary changed from llvm ld: unknown option: -export_dynamic to llvm-3.8: llvm ld: unknown option: -export_dynamic
    • Property Port llvm-3.8 added
  • Ticket #53150 – Description

    initial v1  
    11There is an unknown linker flag being used in the building of llvm
    22
     3{{{
    34:info:build /opt/local/bin/clang++-mp-3.7   -pipe -Os -std=c++11 -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -std=c++11 -DNDEBUG -arch x86_64 -mmacosx-version-min=10.9 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/lib -Wl,-headerpad_max_install_names  -rdynamic CMakeFiles/bugpoint.dir/BugDriver.cpp.o CMakeFiles/bugpoint.dir/CrashDebugger.cpp.o CMakeFiles/bugpoint.dir/ExecutionDriver.cpp.o CMakeFiles/bugpoint.dir/ExtractFunction.cpp.o CMakeFiles/bugpoint.dir/FindBugs.cpp.o CMakeFiles/bugpoint.dir/Miscompilation.cpp.o CMakeFiles/bugpoint.dir/OptimizerDriver.cpp.o CMakeFiles/bugpoint.dir/ToolRunner.cpp.o CMakeFiles/bugpoint.dir/bugpoint.cpp.o  -o ../../bin/bugpoint -Wl,-rpath,/opt/local/libexec/llvm-3.8/lib  ../../lib/libLLVM.dylib
    45:info:build ld: unknown option: -export_dynamic
     6}}}