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

build fails #7

Open
hxm-cpp opened this issue Oct 1, 2023 · 2 comments
Open

build fails #7

hxm-cpp opened this issue Oct 1, 2023 · 2 comments

Comments

@hxm-cpp
Copy link

hxm-cpp commented Oct 1, 2023

X:/dev/xVMP/src/include/llvm/Support/FileSystem.h: In function 'std::error_code llvm::sys::fs::file_size(const llvm::Twine&, uint64_t&)':
X:/dev/xVMP/src/include/llvm/Support/FileSystem.h:684:19: error: 'class llvm::sys::fs::file_status' has no member named 'getSize'
  684 |   Result = Status.getSize();
      |                   ^~~~~~~
@GANGE666
Copy link
Owner

GANGE666 commented Oct 1, 2023

I have never encountered this issue. It is normal to compile and test in my environment.
This is a error in the LLVM header file. Please refer to llvm 8 to install a compilation environment.

@hxm-cpp
Copy link
Author

hxm-cpp commented Oct 1, 2023

but llvm 8 is self-contianed on your project. can you at least precise the changes mades on it for clarifications ?

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

2 participants