Skip to content

Clang should support -nodefaultlibs #11544

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
llvmbot opened this issue Oct 18, 2011 · 3 comments
Closed

Clang should support -nodefaultlibs #11544

llvmbot opened this issue Oct 18, 2011 · 3 comments
Labels
bugzilla Issues migrated from bugzilla clang Clang issues not falling into any other category enhancement Improving things as opposed to bug fixing, e.g. new or missing feature

Comments

@llvmbot
Copy link
Member

llvmbot commented Oct 18, 2011

Bugzilla Link 11172
Resolution FIXED
Resolved on May 14, 2012 18:40
Version trunk
OS Linux
Blocks #11010
Reporter LLVM Bugzilla Contributor
CC @chandlerc

Extended Description

Needed when compiling Wine:

clang -o wine-preloader -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000 preloader.o ../libs/port/libwine_port.a
LD_LIBRARY_PATH="../libs/wine:$LD_LIBRARY_PATH" ../tools/sfnt2fnt -o vgas1257.fon -d 128 ./system.ttf 16,1257,7
clang: warning: argument unused during compilation: '-nodefaultlibs'
Can't find EBLC table

@llvmbot
Copy link
Member Author

llvmbot commented Feb 14, 2012

Still present as of
git-svn-id: http://llvm.org/svn/llvm-project/llvm/trunk@150433 91177308-0d34-0410-b5e6-96231b3b80d8

and wine-1.4-rc3-23-gd548af4.

@chandlerc
Copy link
Member

Fixed in r156771 with a patch from Andrew C. Morrow. =]

@llvmbot
Copy link
Member Author

llvmbot commented May 15, 2012

Fixed in r156771 with a patch from Andrew C. Morrow. =]

Works, thanks!

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 3, 2021
@Endilll Endilll added enhancement Improving things as opposed to bug fixing, e.g. new or missing feature and removed missing-feature labels Aug 15, 2023
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla clang Clang issues not falling into any other category enhancement Improving things as opposed to bug fixing, e.g. new or missing feature
Projects
None yet
Development

No branches or pull requests

3 participants