Ezekiel Warren
Ezekiel Warren
I'm also interesting in this, but I haven't tried it yet. We could possibly use these deb packages as well http://ftp.debian.org/debian/pool/main/l/llvm-toolchain-18/
@ashi009 You absolutely can, but having the build file as part of the repository is much nicer.
I believe `build_file_content` or `build_file` in an `http_archive` rule take presidence over the existance of the build files in a repository so if a repository did start supporting bazel directly...
~~side note - shouldn't `a` and `b` be declared _inside_ the block? and there also seems to be an extra `}` at the end in the lowered cpp1. Think there's...
Ah you're right my bad. I think the indentation is what threw me.
This could possibly be solved with user-defined metafunctions and allow metafunctions to be used in `for` loops and blocks. related https://github.com/hsutter/cppfront/issues/1252
> OpenMP and OpenACC are standalone or referred to variables. I'm not as familiar as you might be, but could you give an example of a standalone one? For variables...
> #pragma omp requires unified_shared_memory for example. Maybe metafunctions could be applied at file scope to support a pragma like this. Or maybe it could be required on `main` and...