Skip to content
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

Wrong README in branch 2.7 #1

Open
JonathanFoo0523 opened this issue Jul 18, 2024 · 1 comment
Open

Wrong README in branch 2.7 #1

JonathanFoo0523 opened this issue Jul 18, 2024 · 1 comment

Comments

@JonathanFoo0523
Copy link
Collaborator

README in this branch incorrectly mentioned version 2.9 when the llvm-source code is 2.7.

I verified this is indeed the case by downloading the source code form the release page, and performing diff:

ubuntu@cloud-vm-43-154:~$ diff -r llvm-2.7 llvm-legacy/llvm-2.7/
Only in llvm-2.7/docs/CommandGuide: man
Only in llvm-2.7/docs/CommandGuide: ps
Only in llvm-2.7/test: Debugger
Only in llvm-legacy/llvm-2.7/tools: clang
Only in llvm-2.7/tools: llvm2cpp
Only in llvm-2.7/tools/llvmc/plugins: Hello
Only in llvm-2.7/tools/llvmc/plugins: Simple
Only in llvm-2.7/utils/lit: ExampleTests
Only in llvm-2.7/utils/lit: ExampleTests.ObjDir
Only in llvm-2.7/utils/unittest/googletest: src

There's no different in file content, but some files are present in the downloaded source but not in the branch's source code.

@JonathanFoo0523
Copy link
Collaborator Author

I can confirmed that it can be build from 'gcc 11.4.0`.

It also modifies file cmake/modules/LLVMLibDeps.cmake

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant