berkus / mclinker

Automatically exported from code.google.com/p/mclinker
Other
0 stars 0 forks source link

WISH List to refactor the source structure for BSD port. #146

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
BSD port does not install LLVM's test framework. That means we do not have 
FileCheck and all the other things. In order to support BSD, there are two 
action items in this issue:
1) Separate the test framework from the top of tree
2) Remove the dependency to llvm-config

Original issue reported on code.google.com by LubaTang on 15 May 2013 at 8:00

GoogleCodeExporter commented 9 years ago
BSD will use more -rpath in ports. We should add more testcase for our 
incremental linking. esp. -rpath and -r/rU.

Original comment by LubaTang on 15 May 2013 at 8:13

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
If llvm-config is removed from dependency, how are you going to get the list of 
libraries that mcld is going to link with ?

Original comment by shanka...@gmail.com on 22 May 2013 at 7:58

GoogleCodeExporter commented 9 years ago
Just list the libraries we are used.

Original comment by LubaTang on 22 May 2013 at 10:57

GoogleCodeExporter commented 9 years ago

Original comment by pete.c...@gmail.com on 2 Apr 2014 at 8:39